home *** CD-ROM | disk | FTP | other *** search
/ The Book of Tells / The Book of Tells.iso / help.dir / 00034_Script_34 < prev    next >
Text File  |  1994-09-21  |  700b  |  25 lines

  1. on exitFrame
  2.   updateStage
  3.   sound playFile 1, the pathName &"SOUNDS\3_16.AIF"
  4.   repeat while soundBusy(1)
  5.     set the visible of sprite 15 to FALSE
  6.     set the visible of sprite 16 to FALSE
  7.     set the visible of sprite 17 to FALSE
  8.     updateStage
  9.     startTimer
  10.     repeat while the timer < 10
  11.       nothing
  12.     end repeat
  13.     set the visible of sprite 15 to TRUE
  14.     set the visible of sprite 16 to TRUE
  15.     set the visible of sprite 17 to TRUE
  16.     updateStage
  17.     startTimer
  18.     repeat while the timer < 10
  19.       nothing
  20.     end repeat
  21.   end repeat
  22.   set the visible of sprite 15 to FALSE
  23.   set the visible of sprite 16 to FALSE
  24.   set the visible of sprite 17 to FALSE
  25. end